transformPoints(PDFPoint[]) Method
In This Topic
Applies the geometric transform represented by this matrix to a specified array of points.
Syntax
public void transformPoints(
PDFPoint[]
)
|
Parameters
- points
- An array of Objects that represents the points to transform.
See Also